mirror of
https://github.com/pure-css/pure
synced 2024-12-16 23:25:53 +01:00
Add TODO comments to the CSSLint overrides which we should remove
This commit is contained in:
parent
bd84997ac5
commit
da406368dd
@ -1,4 +1,5 @@
|
||||
/*csslint adjoining-classes:false*/
|
||||
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||
|
||||
.pure-menu ul {
|
||||
position: absolute;
|
||||
|
@ -1,4 +1,5 @@
|
||||
/*csslint box-model:false*/
|
||||
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||
|
||||
.pure-paginator {
|
||||
list-style: none;
|
||||
|
@ -1,4 +1,5 @@
|
||||
/*csslint adjoining-classes:false*/
|
||||
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||
|
||||
/* MAIN MENU STYLING */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user