DRY-BEM with SCSS

Developer
Size
2,211 Kb
Views
2,024

How do I make an dry-bem with scss?

What is a dry-bem with scss? How do you make a dry-bem with scss? This script and codes were developed by Jesper Hills on 28 January 2023, Saturday.

DRY-BEM with SCSS Previews

DRY-BEM with SCSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>DRY-BEM with SCSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .box, .box--colour { border: 1px solid #ccc; padding: 0 1rem; margin: 1rem; float: left;
}
.box--colour { border-color: blue;
}
.box__text, .box__text--bold { font-family: Georgia;
}
.box__text--bold { font-weight: bold;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="box"> <p class="box__text">Default</p>
</div>
<div class="box"> <p class="box__text--bold">Default bold</p>
</div>
<div class="box--colour"> <p class="box__text">Colour</p>
</div>
<div class="box--colour"> <p class="box__text--bold">Colour bold</p>
</div>
</body>
</html>

DRY-BEM with SCSS - Script Codes CSS Codes

.box, .box--colour { border: 1px solid #ccc; padding: 0 1rem; margin: 1rem; float: left;
}
.box--colour { border-color: blue;
}
.box__text, .box__text--bold { font-family: Georgia;
}
.box__text--bold { font-weight: bold;
}
DRY-BEM with SCSS - Script Codes
DRY-BEM with SCSS - Script Codes
Home Page Home
Developer Jesper Hills
Username nopr
Uploaded January 28, 2023
Rating 3
Size 2,211 Kb
Views 2,024
Do you need developer help for DRY-BEM with SCSS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jesper Hills (nopr) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!