mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00: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*/
|
/*csslint adjoining-classes:false*/
|
||||||
|
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||||
|
|
||||||
.pure-menu ul {
|
.pure-menu ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*csslint box-model:false*/
|
/*csslint box-model:false*/
|
||||||
|
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||||
|
|
||||||
.pure-paginator {
|
.pure-paginator {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*csslint adjoining-classes:false*/
|
/*csslint adjoining-classes:false*/
|
||||||
|
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||||
|
|
||||||
/* MAIN MENU STYLING */
|
/* MAIN MENU STYLING */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user