File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
packages/web-component/src/scss Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111// Email: mina@mina.codes
1212// Date: 10/25/15
1313// ==========================================================================
14+
1415// CSS Debugging
1516//
1617// Toggle layout debugging with CSS Pesticide.
1718//
1819// $pesticide-debug-outline - {boolean} adds outlines to all elements.
1920// $pesticide-debug-depth - {boolean} adds shadows to all elements.
2021// @source - http://pesticide.io/
21- $pesticide-debug-outline : false;
22- $pesticide-debug-depth : false;
22+ @use " libs/pesticide" with (
23+ $pesticide-debug-outline : false,
24+ $pesticide-debug-depth : false
25+ );
26+
2327// ==========================================================================
2428// $Libs
2529// ==========================================================================
2630@use " libs/index" ;
31+
2732// ==========================================================================
2833// $Utilities
2934// ==========================================================================
You can’t perform that action at this time.
0 commit comments