-
I believe we want the final theme to have the following attributes:
1. A quixote project is a fully self-contained and buildable theme. The theme includes all source files, original PSD or JPG mockup…
bcash updated
8 years ago
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
```
What steps will reproduce the problem?
1. Minify css
What is the expected output? What do you see instead?
Test I ran
lib/Minify/CSS/Compressor.php
69 protected function _process($css)
…
-
# 💬 RFC
I want to talk about handling variable that are `environment` specific in aurelia.
the way that we handle it now, is by having multiple `json` files in an `environment` folder,
when we st…
-
This is an illustrative example of my problem, below is real code/output.
// less
a, b, c { color:white; }
// css output
a { color:white; }
b { color:white; }
c { color:white; }
REAL EXAMPLE:
LESS…