Changeset 11679
- Timestamp:
- 08/25/2017 04:45:28 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
-
npm-shrinkwrap.json (modified) (1 diff)
-
package.json (modified) (3 diffs)
-
src/bp-templates/bp-legacy/css/twentyeleven.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentyfifteen.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentyfourteen.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentyseventeen.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentysixteen.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentyten.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentythirteen.scss (modified) (2 diffs)
-
src/bp-templates/bp-legacy/css/twentytwelve.scss (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/npm-shrinkwrap.json
r11659 r11679 1852 1852 "from": "uuid@>=3.0.0 <4.0.0", 1853 1853 "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", 1854 "dev": true1855 }1856 }1857 },1858 "grunt-scss-lint": {1859 "version": "0.5.0",1860 "from": "grunt-scss-lint@>=0.5.0 <0.6.0",1861 "resolved": "https://registry.npmjs.org/grunt-scss-lint/-/grunt-scss-lint-0.5.0.tgz",1862 "dev": true,1863 "dependencies": {1864 "lodash": {1865 "version": "4.17.4",1866 "from": "lodash@>=4.12.0 <5.0.0",1867 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",1868 1854 "dev": true 1869 1855 } -
trunk/package.json
r11659 r11679 7 7 "devDependencies": { 8 8 "grunt": "~1.0.1", 9 "grunt-check-dependencies": "~1.0.0", 9 10 "grunt-checktextdomain": "~1.0.1", 10 11 "grunt-contrib-clean": "~1.1.0", … … 16 17 "grunt-contrib-watch": "~1.0.0", 17 18 "grunt-exec": "~2.0.0", 18 "grunt-check-dependencies": "~1.0.0",19 19 "grunt-jsvalidate": "~0.2.2", 20 20 "grunt-legacy-util": "^1.0.0", … … 22 22 "grunt-rtlcss": "~2.0.1", 23 23 "grunt-sass": "~2.0.0", 24 "grunt-scss-lint": "~0.5.0",25 24 "grunt-stylelint": "^0.8.0", 26 25 "grunt-wp-i18n": "~1.0.0", -
trunk/src/bp-templates/bp-legacy/css/twentyeleven.scss
r11632 r11679 118 118 font-size: $rem-font-value + rem; 119 119 } 120 121 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test122 // for specific blocks / rulesets123 // until such time as exemption lists can be built for the scss-lint.yml?124 // Any vendor prefix properties / mixins need to be in this block125 126 // scss-lint:disable VendorPrefix127 120 128 121 // Border border-radius mixins … … 180 173 #{$property}: calc(#{$expression}); 181 174 } 182 183 // Re-enable the VendorPrefix lint test184 // scss-lint:enable VendorPrefix185 175 186 176 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r11632 r11679 36 36 } 37 37 38 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test39 // for specific blocks / rulesets40 // until such time as exemption lists can be built for the scss-lint.yml?41 // Any vendor prefix properties / mixins need to be in this block42 // scss-lint:disable VendorPrefix43 44 38 // Border border-radius mixins 45 39 @mixin border-radius($radius) { … … 96 90 #{$property}: calc(#{$expression}); 97 91 } 98 99 // Re-enable the VendorPrefix lint test100 // scss-lint:enable VendorPrefix101 92 102 93 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r11632 r11679 38 38 } 39 39 40 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test41 // for specific blocks / rulesets42 // until such time as exemption lists can be built for the scss-lint.yml?43 // Any vendor prefix properties / mixins need to be in this block44 // scss-lint:disable VendorPrefix45 46 40 // Border border-radius mixins 47 41 @mixin border-radius($radius) { … … 98 92 #{$property}: calc(#{$expression}); 99 93 } 100 101 // Re-enable the VendorPrefix lint test102 // scss-lint:enable VendorPrefix103 94 104 95 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r11632 r11679 124 124 font-size: $rem-font-value + rem; 125 125 } 126 127 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test128 // for specific blocks / rulesets129 // until such time as exemption lists can be built for the scss-lint.yml?130 // Any vendor prefix properties / mixins need to be in this block131 132 // scss-lint:disable VendorPrefix133 126 134 127 // Border border-radius mixins … … 193 186 #{$property}: calc(#{$expression}); 194 187 } 195 196 // Re-enable the VendorPrefix lint test197 // scss-lint:enable VendorPrefix198 188 199 189 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r11632 r11679 75 75 } 76 76 77 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test78 // for specific blocks / rulesets79 // until such time as exemption lists can be built for the scss-lint.yml?80 // Any vendor prefix properties / mixins need to be in this block81 82 // scss-lint:disable VendorPrefix83 84 77 // Border border-radius mixins 85 78 @mixin border-radius($radius) { … … 136 129 #{$property}: calc(#{$expression}); 137 130 } 138 139 // Re-enable the VendorPrefix lint test140 // scss-lint:enable VendorPrefix141 131 142 132 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentyten.scss
r11632 r11679 98 98 font-size: $rem-font-value + rem; 99 99 } 100 101 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test102 // for specific blocks / rulesets103 // until such time as exemption lists can be built for the scss-lint.yml?104 // Any vendor prefix properties / mixins need to be in this block105 106 // scss-lint:disable VendorPrefix107 100 108 101 // Border border-radius mixins … … 160 153 #{$property}: calc(#{$expression}); 161 154 } 162 163 // Re-enable the VendorPrefix lint test164 // scss-lint:enable VendorPrefix165 155 166 156 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r11632 r11679 48 48 } 49 49 50 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test51 // for specific blocks / rulesets52 // until such time as exemption lists can be built for the scss-lint.yml?53 // Any vendor prefix properties / mixins need to be in this block54 55 // scss-lint:disable VendorPrefix56 57 50 // Border border-radius mixins 58 51 @mixin border-radius($radius) { … … 109 102 #{$property}: calc(#{$expression}); 110 103 } 111 112 // Re-enable the VendorPrefix lint test113 // scss-lint:enable VendorPrefix114 104 115 105 // BP message boxes -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r11632 r11679 73 73 font-size: $rem-font-value + rem; 74 74 } 75 76 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test77 // for specific blocks / rulesets78 // until such time as exemption lists can be built for the scss-lint.yml?79 // Any vendor prefix properties / mixins need to be in this block80 81 // scss-lint:disable VendorPrefix82 75 83 76 // Border border-radius mixins … … 135 128 #{$property}: calc(#{$expression}); 136 129 } 137 138 // Re-enable the VendorPrefix lint test139 // scss-lint:enable VendorPrefix140 130 141 131 // BP message boxes
Note: See TracChangeset
for help on using the changeset viewer.