Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Compony components
Flat design
Custom
global-default
Commits
0b1ea746
Commit
0b1ea746
authored
Jul 22, 2019
by
Mathieu Spillebeen
Browse files
Removed the CSS mapping, as that is now something optional in the gulp setup.
Removed comments from the CSS file
parent
d408b1ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
dist/maps/script.js.map
deleted
100644 → 0
View file @
d408b1ec
{"version":3,"sources":["script.js"],"names":["$","Drupal","behaviors","global","attach","context","settings","jQuery"],"mappings":"CAAA,SAAWA,GACTC,OAAOC,UAAUC,QACfC,OAAQ,SAAUC,EAASC,OAI5BC","file":"../script.js","sourcesContent":["(function ($) {\n Drupal.behaviors.global = {\n attach: function (context, settings) {\n //alert('yes');\n }\n };\n})(jQuery);\n"]}
\ No newline at end of file
dist/maps/style.css.map
deleted
100644 → 0
View file @
d408b1ec
{"version":3,"sources":["../../stdin","../../_sass-essentials/sass-essentials.scss","../../_sass-essentials/_animations.scss","_scss-partials/_elements.scss","_scss-partials/_regions.scss","_scss-partials/_utilities.scss"],"names":[],"mappings":"AAAA;;GAEG;ACFH;;;GAGG;AAEH;;;GAGG;AAEH;;;GAGG;ACbH,2BAA2B;ACE3B;EACE,uBAAuB;CACxB;;AAED;EACE,aAAa;EACb,gBAAgB;EAChB,iBAAiB;CAClB;;AAED;EACE,YAAY;EACZ,0CAA0C;EAC1C,iBAAiB;EACjB,UAAU;EACV,WAAW;EACX,iBAAiB;EACjB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,6BAAuB;EAAvB,8BAAuB;EAAvB,2BAAuB;EAAvB,uBAAuB;CACxB;;AAED;;;;;;EAME,iBAAiB;CAClB;;AAED;;EAEE,UAAU;EACV,WAAW;EACX,iBAAiB;CAClB;;AAED;EACE,gBAAgB;EAChB,aAAa;CACd;;AAGD;EACE,mBAAmB;EACnB,iBAAiB;EACjB,oBAAoB;CACrB;;AAED;;EAEE,YAAY;EACZ,cAAc;CACf;;AAQD;EACE,kBAAkB;EAClB,mBAAmB;EACnB,cAAc;EACd,kBAAkB;CACnB;;AAED;EACE,mBAAmB;EACnB,cAAc;EACd,kBAAkB;CACnB;;AACD;EACE,mBAAmB;EACnB,cAAc;EACd,gBAAgB;CACjB;;AAED;EACE,mBAAmB;EACnB,cAAc;EACd,kBAAkB;CACnB;;AAED;EACE,iBAAiB;EACjB,YAAY;EACZ,gBAAgB;CACjB;;AAGD;;EAEE,cAAc;CACf;;AAQD;;EAEE,YAAY;EACZ,2BAA2B;CAa5B;;AAhBD;;;EAMI,YAAY;EACZ,sBAAsB;CACvB;;AARH;;EAUI,YAAY;EACZ,sBAAsB;CACvB;;AAZH;;EAcI,qBAAqB;CACtB;;ACxHH;EACE,sBAAsB;EACtB,YAAY;CACb;;AAED;EACE,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,gBAAgB;EAChB,mBAAmB;CACpB;;ACVD;EACE,8BAA8B;EAC9B,+BAAU;EACV,iBAAiB;EACjB,YAAY;EACZ,WAAW;EACX,eAAe;CAChB;;AAID;EACE,cAAc;CACf;;AAED;EACE,WAAW;CACZ;;AAED;EACE,aAAa;CACd;;AAED;EACE,aAAa;CACd;;AAED;EACE,YAAY;CACb;;AAED;EACE,oBAAoB;CACrB;;AAED;EACE,mBAAmB;CACpB;;AAED;EACE,sBAAsB;CACvB","file":"../style.css","sourcesContent":["/* @file\n * This file is where base setup & all the partials are imported.\n */\n\n// Make sure the charset is set appropriately\n@charset \"UTF-8\";\n\n// Import global variables.\n@import 'sass-essentials';\n\n// Import the most abstract and base elements\n@import \"_scss-partials/_elements.scss\";\n@import \"_scss-partials/_layout.scss\";\n@import \"_scss-partials/_regions.scss\";\n@import \"_scss-partials/_utilities.scss\";\n","/* In order to use this import, make sure you have the bourbon setting on \"true\" in\n * gulpfile.js/theming.config.js\n * @import \"bourbon\";\n */\n\n/* In order to use this import, make sure you have the bourbonneat setting on \"true\" in\n * gulpfile.js/theming.config.js\n * @import \"neat\";\n */\n\n/* In order to use this import, make sure you have the breakpoint setting on \"true\" in\n * gulpfile.js/theming.config.js\n * @import \"breakpoint\";\n */\n\n@import '_colors.scss';\n@import '_animations.scss';\n@import '_mixins.scss';\n@import '_typography.scss';\n","/* Animation definitions */\n","// Only HTML-tags should be styled here.\n\n* {\n box-sizing: border-box;\n}\n\nhtml {\n height: 100%;\n font-size: 16px;\n line-height: 1.4;\n}\n\nbody {\n color: #000;\n font-family: Arial, Helvetica, sans-serif;\n font-weight: 400;\n margin: 0;\n padding: 0;\n min-height: 100%;\n display: flex;\n flex-direction: column;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0 0 1rem;\n}\n\nul,\nol {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\n// Inline image caption.\nfigcaption {\n font-style: italic;\n max-width: 650px;\n font-size: 0.875rem;\n}\n\nblockquote:before, blockquote:after,\nq:before, q:after {\n content: '';\n content: none;\n}\n\n// Titles\n//\n// Markup: titles.twig\n//\n// Style guide: Elements.element.titles\n\nh1, .h1 {\n font-weight: bold;\n margin-bottom: 8px;\n margin-top: 0;\n font-size: 3.1rem;\n}\n\nh2, .h2 {\n margin-bottom: 8px;\n margin-top: 0;\n font-size: 2.2rem;\n}\nh3, .h3 {\n margin-bottom: 8px;\n margin-top: 0;\n font-size: 2rem;\n}\n\nh4, .h4 {\n margin-bottom: 5px;\n margin-top: 0;\n font-size: 1.4rem;\n}\n\np {\n margin: 0 0 1rem;\n width: 100%;\n font-size: 1rem;\n}\n\n// Cancel out misusage of br-tags\nbr + br,\nul + br {\n display: none;\n}\n\n// Links\n//\n// Markup: links.twig\n//\n// Style guide: Elements.element.links\n\na,\n.link {\n color: #000;\n text-decoration: underline;\n &:hover,\n &:focus {\n color: #000;\n text-decoration: none;\n }\n &:active {\n color: #444;\n text-decoration: none;\n }\n &:focus {\n outline: thin dotted;\n }\n}\n",".region {\n display: inline-block;\n width: 100%;\n}\n\n.region__inner {\n max-width: 1200px;\n margin-left: auto;\n margin-right: auto;\n padding: 0 15px;\n position: relative;\n}\n","// Visually hidden on the screen but avaiable to screenreaders\n.accessibly-hidden {\n position: absolute !important;\n clip: rect(1px, 1px, 1px, 1px);\n overflow: hidden;\n height: 1px;\n padding: 0;\n left: -10000px;\n}\n\n\n// both visually hidden not not avaiable to screenreaders\n.u-hidden {\n display: none;\n}\n\n.text-red {\n color: red;\n}\n\n.text-green {\n color: green;\n}\n\n.text-white {\n color: white;\n}\n\n.text-grey {\n color: gray;\n}\n\n.text-thin {\n font-weight: normal;\n}\n\n.text-center {\n text-align: center;\n}\n\n.link--simple {\n text-decoration: none;\n}\n"]}
\ No newline at end of file
dist/script.js
View file @
0b1ea746
!
function
r
(
e
,
n
,
t
){
function
o
(
i
,
f
){
if
(
!
n
[
i
]){
if
(
!
e
[
i
]){
var
a
=
"
function
"
==
typeof
require
&&
require
;
if
(
!
f
&&
a
)
return
a
(
i
,
!
0
);
if
(
u
)
return
u
(
i
,
!
0
);
var
c
=
new
Error
(
"
Cannot find module '
"
+
i
+
"
'
"
);
throw
c
.
code
=
"
MODULE_NOT_FOUND
"
,
c
}
var
l
=
n
[
i
]
=
{
exports
:{}};
e
[
i
][
0
].
call
(
l
.
exports
,
function
(
r
){
var
n
=
e
[
i
][
1
][
r
];
return
o
(
n
?
n
:
r
)},
l
,
l
.
exports
,
r
,
e
,
n
,
t
)}
return
n
[
i
].
exports
}
for
(
var
u
=
"
function
"
==
typeof
require
&&
require
,
i
=
0
;
i
<
t
.
length
;
i
++
)
o
(
t
[
i
]);
return
o
}({
1
:[
function
(
r
,
e
,
n
){
"
use strict
"
;
!
function
(
r
){
Drupal
.
behaviors
.
global
=
{
attach
:
function
(
r
,
e
){}}}(
jQuery
)},{}]},{},[
1
]);
\ No newline at end of file
!
function
(){
function
r
(
n
,
t
,
e
){
function
o
(
i
,
f
){
if
(
!
t
[
i
]){
if
(
!
n
[
i
]){
var
c
=
"
function
"
==
typeof
require
&&
require
;
if
(
!
f
&&
c
)
return
c
(
i
,
!
0
);
if
(
u
)
return
u
(
i
,
!
0
);
var
a
=
new
Error
(
"
Cannot find module '
"
+
i
+
"
'
"
);
throw
a
.
code
=
"
MODULE_NOT_FOUND
"
,
a
}
var
l
=
t
[
i
]
=
{
exports
:{}};
n
[
i
][
0
].
call
(
l
.
exports
,
function
(
r
){
var
t
=
n
[
i
][
1
][
r
];
return
o
(
t
||
r
)},
l
,
l
.
exports
,
r
,
n
,
t
,
e
)}
return
t
[
i
].
exports
}
for
(
var
u
=
"
function
"
==
typeof
require
&&
require
,
i
=
0
;
i
<
e
.
length
;
i
++
)
o
(
e
[
i
]);
return
o
}
return
r
}()({
1
:[
function
(
r
,
n
,
t
){
"
use strict
"
;
!
function
(
r
){
Drupal
.
behaviors
.
global
=
{
attach
:
function
(
r
,
n
){}}}(
jQuery
)},{}]},{},[
1
]);
\ No newline at end of file
dist/style.css
View file @
0b1ea746
/* @file
* This file is where base setup & all the partials are imported.
*/
/* In order to use this import, make sure you have the bourbon setting on "true" in
* gulpfile.js/theming.config.js
* @import "bourbon";
*/
/* In order to use this import, make sure you have the bourbonneat setting on "true" in
* gulpfile.js/theming.config.js
* @import "neat";
*/
/* In order to use this import, make sure you have the breakpoint setting on "true" in
* gulpfile.js/theming.config.js
* @import "breakpoint";
*/
/* Animation definitions */
*
{
box-sizing
:
border-box
;
}
html
{
height
:
100%
;
font-size
:
16px
;
line-height
:
1.4
;
}
body
{
...
...
@@ -30,14 +15,6 @@ body {
font-weight
:
400
;
margin
:
0
;
padding
:
0
;
min-height
:
100%
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
}
h1
,
...
...
@@ -186,5 +163,3 @@ a:focus,
.link--simple
{
text-decoration
:
none
;
}
/*# sourceMappingURL=maps/style.css.map */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment