Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-client
Commits
4a45edef
Unverified
Commit
4a45edef
authored
Aug 29, 2019
by
Andrey Azov
Committed by
GitHub
Aug 29, 2019
Browse files
Remove Zurb Foundation (#147)
parent
cf8cbc92
Pipeline
#32705
passed with stages
in 5 minutes and 7 seconds
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/ensembl/stylelint.config.js
src/ensembl/stylelint.config.js
+5
-6
No files found.
src/ensembl/stylelint.config.js
View file @
4a45edef
module
.
exports
=
{
plugins
:
[
"
stylelint-scss
"
],
defaultSeverity
:
'
warning
'
,
extends
:
'
stylelint-config-recommended
'
,
rules
:
{
'
at-rule-no-unknown
'
:
[
true
,
{
ignoreAtRules
:
[
'
include
'
,
'
mixin
'
]
}],
'
at-rule-no-unknown
'
:
null
,
'
scss/at-rule-no-unknown
'
:
true
,
'
selector-pseudo-class-no-unknown
'
:
[
true
,
{
ignorePseudoClasses
:
[
'
global
'
]
}],
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
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