⚒️ Restructured Sass organisation (#83)

*  🌈  Organise colors with vars only

*   New file structure

* File restructuring

*  ⚒️ Fix build issue

* Rearranged files
This commit is contained in:
Tatiana Mac
2020-02-20 08:38:32 +11:00
committed by GitHub
parent b78dd4a334
commit 10843f2909
20 changed files with 502 additions and 470 deletions

View File

@ -0,0 +1,18 @@
.u-no-padding-left {
padding-left: 0 !important;
}
.style__italics {
font-style: italic;
}
.small {
font-size: 0.75em;
}
.help {
margin: 1rem 0;
li {
margin: 0.75rem 0;
}
}