Skip to content

Commit c8392d3

Browse files
author
Kyle Sosnowski
committed
fix: missing save
1 parent b310726 commit c8392d3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/basscss.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*! Basscss | http://basscss.com | MIT License */
22

3+
@import 'basscss-base-reset';
4+
@import 'normalize.css';
5+
36
@import 'basscss-type-scale';
47
@import 'basscss-typography';
58
@import 'basscss-layout';
@@ -16,3 +19,23 @@
1619
@value space-2: 1rem;
1720
@value space-3: 2rem;
1821
@value space-4: 3rem;
22+
23+
a {
24+
text-decoration: none;
25+
}
26+
27+
:any-link {
28+
text-decoration: none;
29+
}
30+
31+
:-webkit-any-link {
32+
text-decoration: none;
33+
}
34+
35+
:-moz-any-link {
36+
text-decoration: none;
37+
}
38+
39+
form {
40+
margin: 0;
41+
}

0 commit comments

Comments
 (0)