amcss / attribute-module-specification

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

Provide File Organization Systems #30

Open aradalvand opened 5 years ago

aradalvand commented 5 years ago

Hey there. Recently I've been researching different CSS methodologies and today I came across the AMCSS and I really liked it and I think it can compete with big names such as BEM, or SMACSS. One thing that I thought AMCSS doesn't have that BEM (for instance) does, is file organization systems. I really think it could be a great advantage for a CSS architecture or methodology to suggest a file organization system based on its own concepts. Personally, I'd really consider using AMCSS in a real-world project if it had a certain file organization system. This is purely a suggestion and it'll be highly appreciated if you consider it. Thanks in advance.

viT-1 commented 2 years ago

If you provide names as block-name-element-name, you can use BEM file system block-name/element-name

viT-1 commented 2 years ago

You can see some ideas in my interpretation of AMcss