mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-11 23:25:00 +00:00
structure, layout and automation
This commit is contained in:
13
node_modules/node-sass/test/fixtures/source-map-embed/expected.css
generated
vendored
Normal file
13
node_modules/node-sass/test/fixtures/source-map-embed/expected.css
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#navbar {
|
||||
width: 80%;
|
||||
height: 23px; }
|
||||
|
||||
#navbar ul {
|
||||
list-style-type: none; }
|
||||
|
||||
#navbar li {
|
||||
float: left; }
|
||||
#navbar li a {
|
||||
font-weight: bold; }
|
||||
|
||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiZml4dHVyZXMvc291cmNlLW1hcC1lbWJlZC9pbmRleC5jc3MiLAoJInNvdXJjZXMiOiBbCgkJImZpeHR1cmVzL3NvdXJjZS1tYXAtZW1iZWQvaW5kZXguc2NzcyIKCV0sCgkibmFtZXMiOiBbXSwKCSJtYXBwaW5ncyI6ICJBQUFBLEFBQUEsT0FBTyxDQUFDO0VBQ04sS0FBSyxFQUFFLEdBQUc7RUFDVixNQUFNLEVBQUUsSUFBSSxHQUNiOztBQUVELEFBQUEsT0FBTyxDQUFDLEVBQUUsQ0FBQztFQUNULGVBQWUsRUFBRSxJQUFJLEdBQ3RCOztBQUVELEFBQUEsT0FBTyxDQUFDLEVBQUUsQ0FBQztFQUNULEtBQUssRUFBRSxJQUFJLEdBS1o7RUFORCxBQUdFLE9BSEssQ0FBQyxFQUFFLENBR1IsQ0FBQyxDQUFDO0lBQ0EsV0FBVyxFQUFFLElBQUksR0FDbEIiCn0= */
|
16
node_modules/node-sass/test/fixtures/source-map-embed/index.scss
generated
vendored
Normal file
16
node_modules/node-sass/test/fixtures/source-map-embed/index.scss
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
#navbar {
|
||||
width: 80%;
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
#navbar ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#navbar li {
|
||||
float: left;
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user