Adds new manifest and output

This commit is contained in:
mrmrs 2023-07-12 13:54:32 -07:00
parent 5324af7fe6
commit 591e63fe9f
4 changed files with 1189 additions and 1033 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

113
src/_element-defaults.css Normal file
View File

@ -0,0 +1,113 @@
html {}
body {}
article {}
section {}
nav {}
aside {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
header {}
footer {}
address {}
p {}
hr {}
pre {}
blockquote {}
ol {}
ul {}
li {}
dl {}
dt {}
dd {}
figure {}
figcaption {}
main {}
div {}
a {}
em {}
strong {}
small {}
s {}
cite {}
q {}
dfn {}
abbr {}
ruby {}
rt {}
rp {}
data {}
time {}
code {}
var {}
samp {}
kbd {}
sub {}
sup {}
i {}
b {}
u {}
mark {}
bdi {}
bdo {}
span {}
br {}
wbr {}
area {}
map {}
ins {}
del {}
picture {}
source {}
img {}
iframe {}
embed {}
object {}
param {}
video {}
audio {}
track {}
table {}
caption {}
colgroup {}
col {}
tbody {}
thead {}
tfoot {}
tr {}
td {}
th {}
form {}
fieldset {}
legend {}
label {}
input {}
button {}
select {}
datalist {}
optgroup {}
option {}
textarea {}
output {}
progress {}
meter {}
details {}
summary {}
dialog {}
menu {}
menuitem {}
slot {}
template {}

View File

@ -30,7 +30,9 @@
/* Variables */
/* Importing here will allow you to override any variables in the modules */
@import './_media-queries';
@import './_colors';
@import './_variables';
@import './_gradients';
/* Modules */
@ -46,6 +48,7 @@
@import './_border-style';
@import './_border-widths';
@import './_box-shadow';
@import './_text-shadow';
@import './_code';
@import './_coordinates';
@import './_clears';