AleshaOleg / holy-grail-markup

All CSS methodologies compared examples at one place.
https://aleshaoleg.github.io/holy-grail-markup/raw
223 stars 41 forks source link

Were atomic styles generated by a preprocessor? Are there any less/sass/etc sources? #29

Closed ArturBaybulatov closed 7 years ago

AleshaOleg commented 7 years ago

@ArturBaybulatov Hey! There is no styles like LESS/Sass. All styles generates from class names. Here is example. Take a look for Atomic docs for style class names.

Then Gulp plugin for atomic helps to converts class names to styles. Here is CSS output.

Thanks for your question. Is everything clear for you now? Can I close this issue?

ArturBaybulatov commented 7 years ago

Oh, now i see. Sorry for a silly question. Thanks for an amazing website!