Skip to content

Commit

Permalink
add custom _reset.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann committed May 8, 2024
1 parent 0e43075 commit 9174f6a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@
"pg" : 0,
"sct" : 0
},
"\/dev\/css\/_reset.scss" : {
"aP" : 0,
"bl" : 0,
"co" : 0,
"dP" : 10,
"ec" : 1,
"ft" : 4,
"ma" : 0,
"oA" : 1,
"oAP" : "\/dev\/css\/_reset.css",
"oF" : 0,
"oS" : 0,
"pg" : 0,
"sct" : 0
},
"\/dev\/css\/_styling.scss" : {
"aP" : 0,
"bl" : 0,
Expand Down Expand Up @@ -355,6 +370,14 @@
"rFN" : 0,
"uCM" : 0
},
"\/robots.txt" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 0,
"oAP" : "\/robots.txt",
"oF" : 0
},
"\/styleguide\/css\/font\/index.html" : {
"cB" : 0,
"ft" : 8192,
Expand Down
2 changes: 2 additions & 0 deletions dev/css/_bundle.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@use "sass:math";

@import "reset";

/* tachyons */
@import "../../node_modules/tachyons/src/_normalize";
@import "../../node_modules/tachyons/src/_box-sizing";
Expand Down
4 changes: 4 additions & 0 deletions dev/css/_reset.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// reset spacing
.reset-spacing * {
margin: 0;
}
1 change: 1 addition & 0 deletions styleguide/css/print.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions styleguide/css/style.css

Large diffs are not rendered by default.

0 comments on commit 9174f6a

Please sign in to comment.