We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4b34b commit 3ac2e78Copy full SHA for 3ac2e78
my-css.js
@@ -131,14 +131,13 @@ window.MyCSS = {
131
},
132
133
/**
134
- * @description The fundamental base of my dissertation starts from below
+ * @description Cross-browser algorithm for adding rule
135
* @throw {Error} Browser is not supported
136
* @param String selector
137
* @param Object properties
138
*/
139
_addToStyleSheet(selector, declaration)
140
{
141
- // Cross-browser algorithm for adding rule
142
let stylesheet = this._stylesheet;
143
if (stylesheet.insertRule) {
144
var inner_code=`${selector} {
0 commit comments