Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of ITCSS of CSS Design pattern

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article shares with you the content of a sample analysis of ITCSS for CSS design patterns. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

1. ITCSS is actually very similar to SMACSS. SMACSS classifies CSS, while ITCSS layers CSS.

2. Layering is vertical, from top to bottom, layer by layer.

Layering: seven layers

Different from SMACSS: the hierarchy is more detailed.

We can see that the top layer is Settings, then Tools, then down, and finally trumps.

The higher it goes up, the better its reusability.

Settings: a variable or method of a preprocessor, such as $color: # eee;$font-primary: 14px

Tools (tools): Mixins and functions

Generic (regular): CSS resets, which may include Eric Meyer resets, Normalize.css or your own batch of code

Base (element): a single HTML element selector without classes

Objects (object): a page structure class that usually follows the OOCSS method

Components (component): an aesthetic class used to style any page element and all page elements (usually used in conjunction with the structure of an object class)

Trumps (importent): the most important style that overrides anything else in the triangle

Thank you for reading! This is the end of this article on "sample Analysis of ITCSS of CSS Design patterns". I hope the above content can be helpful to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report