Skip to content

Commit 42cf02c

Browse files
author
Richard Bray
authored
Update README.md
1 parent f217f4f commit 42cf02c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
8. [Nesting](#nesting)
1111
9. [Javascript Hooks](#javascript-hooks)
1212
10. [Styling Elements](#styling-elements)
13-
11. [!Important](#!important)
13+
11. [Important](#important)
1414
12. [Namespacing](#namespacing)
1515

1616

@@ -172,20 +172,20 @@ h3 {
172172
}
173173
```
174174

175-
### !Important
175+
### Important
176176

177-
* Due to the fact we are using external libraries like Material Design Lite, there is a possibility that important will need to be used from time to time but please avoid it if you can.
177+
* Due to the fact we are using external libraries like Material Design Lite, there is a possibility that `!importanta will need to be used from time to time but please avoid it if you can.
178178

179179
### Namespacing
180180

181-
* Custom Components `st-`
181+
**Custom Components `st-`**
182182
All custom basic components should be prefaced with st- which stands for Stratajet. An element with an st- prefix implies that ancillary classes can be removed and the element will be able to look as good as it does in the style guide. There should only be one st- class per element.
183183

184-
* Layout tweaks `lt-`
184+
**Layout tweaks `lt-`**
185185
All tweaks to components or layout should start with lt-. I would advise against having more that one lt- class. Please try to use atomic classes for variations instead of adding another lt- class.
186186

187-
* Javascript hooks `js-`
187+
**Javascript hooks `js-`**
188188
If an element requires a class for javascript functionality it should be prefaced with js-. Please note these classes should not be styled.
189189

190-
* Utility Classes `atomic class names`
190+
**Utility Classes `atomic class names`**
191191
All smaller tweaks to elements should be added with atomic classes. Please don't have too many atomic classes per element ie more than ten. If you find yourself with that number of classes please make a layout tweak class.

0 commit comments

Comments
 (0)