Skip to content

Commit f7a057e

Browse files
author
Askupa Software
committed
Added support for loading the compiled css as an external stylesheet
1 parent 89ce801 commit f7a057e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function my_dynamic_css_callback( $var_name )
163163
wp_dynamic_css_set_callback( 'my_dynamic_css_callback' );
164164
```
165165

166-
Your CSS file can will look something like this:
166+
Your CSS file can look something like this:
167167

168168
```css
169169
body {

compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ protected function compile_css( $css )
171171
return apply_filters( 'wp_dynamic_css_get_variable_value', $matches[1] );
172172
}, $css);
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)