File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -60,15 +60,7 @@ exports.create = function (config) {
60
60
if ( process . env . NODE_ENV === 'production' ) {
61
61
renderer . sh . sheet . insertRule ( rawCssRule , 0 ) ;
62
62
} else {
63
- try {
64
- renderer . sh . sheet . insertRule ( rawCssRule , 0 ) ;
65
- } catch ( error ) {
66
- // eslint-disable-next-line
67
- console . info ( 'Could not insert CSS rule.' ) ;
68
- console . error ( error ) ;
69
-
70
- renderer . sh . appendChild ( document . createTextNode ( rawCssRule ) ) ;
71
- }
63
+ renderer . sh . appendChild ( document . createTextNode ( rawCssRule ) ) ;
72
64
}
73
65
} ;
74
66
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nano-css" ,
3
- "version" : " 1.15.2 " ,
3
+ "version" : " 1.15.3 " ,
4
4
"description" : " Smallest 5th gen CSS-in-JS library" ,
5
5
"main" : " index.js" ,
6
6
"unpkg" : " dist/nano-css.umd.min.js" ,
You can’t perform that action at this time.
0 commit comments