π· CSS Methodologies You Must Know - 2
A Threadπ§΅ π
π SMA CSS
β SMACSS is a way to examine your design process and as a way to fit those rigid frameworks into a flexible thought process.
β Example:
β Let's say our layout is called .I-footer.
β We have a search form module inside it.
β The search form has already been submitted at least once by the user.
π Systematic CSS
β Systematic CSS shares many of the principles and ideas you can find in OOCSS, BEM, SMACSS, SUIT CSS, and other CSS methodologies.
β Systematic CSS is meant to be a simpler alternative to existing CSS methodologies.
β Example:
β Let's say our layout is called .I-footer.
β We have a search form module inside it.
β The search form has already been submitted at least once by the user.
π Conclusion
β By providing a class-based approach for dividing up large web designs into many small, modular, distinct components, all CSS techniques address the scalability and maintainability challenge in CSS.
β Each Ul module can be reused throughout a design and even ported from one project to the next if the CSS methodologies are the same.
β CSS approaches do a lot more than just solving the CSS scalability issue.
Thanks for reading this thread β€οΈ
If you like it , make sure you:
π· Like the tweet
π· Retweet the first tweet β‘
For more content , follow:
@MrunayU