Skip to content

Instantly share code, notes, and snippets.

View ikiselev1989's full-sized avatar
💻
reworks again

Ilya Kiselev ikiselev1989

💻
reworks again
View GitHub Profile
@ikiselev1989
ikiselev1989 / bem-and-sass.md
Last active April 30, 2019 12:47 — forked from radist2s/bem-and-sass.md
BEM & SASS best practices

BEM & SASS best practices

Every block should be in separated file named as block.

Filename: rating-star.scss

.rating-star {
    $font-size: 0.5em;
    
    display: inline-block; // `display` style may be set freely
@ikiselev1989
ikiselev1989 / index.html
Last active February 2, 2019 23:53
regex for delete html tag with attributes
<\/?\w*[\;\:\%\#\w\s\-\_\=\"\.]*\/?>