amcss / attribute-module-specification

The Attribute-Module CSS (AMCSS) Specification
MIT License
393 stars 8 forks source link

Which examples should we work on? #1

Closed geelen closed 10 years ago

geelen commented 10 years ago

What kind of examples do we want to be showing? I'm guessing a straight-up substitution of Bootstrap's grid? Or foundation's? Or flexboxgrid?

benschwarz commented 10 years ago

I'd say that taking a couple of popular examples from around the traps, and offering a side by side comparison of the CSS & HTML would be a good start.

Grid would be a good one… wanna use that as a example? (inclusive of the gulp starter point, dist & example folders?) mv benschwarz/am-grid amcss/grid?

geelen commented 10 years ago

Depends whether you want that grid to be the AM grid. Should AM be a style that's kept quite separate to the various libraries? Or is that the point of separating this spec from the other projects under this org?

benschwarz commented 10 years ago

TBH, I think we should purposely try to seperate "amcss" and "ammodules".

Our repos could be 'official' ones, but I honestly think it'd be better to have amcss remain as a standalone specification, with a package search that looks for tags ammodule via bower.

geelen commented 10 years ago

attribute-module modules?

I think the tag could just be am. So keep am-grid under your account for now, I'll keep working on my more frameworky thing separately too (which I'll figure out a name for soon enough)

On 16 August 2014 16:38, Ben Schwarz notifications@github.com wrote:

TBH, I think we should purposely try to seperate "amcss" and "ammodules".

Our repos could be 'official' ones, but I honestly think it'd be better to have amcss remain as a standalone specification, with a package search that looks for tags ammodule via bower.

— Reply to this email directly or view it on GitHub https://github.com/amcss/attribute-module-specification/issues/1#issuecomment-52385625 .

geelen commented 10 years ago

Just shipped an initial version of http://amcss.github.io/ with 3 examples. Check it out!