-
I know that `@extend` an selector outside an `@media` directive is not supported before the browser supports `@extend` natively.
Therefore I came up with a work-around : Put my class (or placeholder)…
MrOrz updated
11 years ago
-
As suggested by @CrowChick [on Twitter](https://twitter.com/#!/CrowChick/status/202193684765229056), rather than disallowing `@extend` in directives wholesale (see #154), we could disallow them only i…
nex3 updated
11 years ago
-
Just recently, I downloaded stubbornella-oocss-6e481bc for study. When looking over the media.html page, I of course cut in the media_debug.css addition referenced back in the core.css file, to see wh…
iDGS updated
11 years ago
-
_Original ticket http://trac.elgg.org/ticket/2896 on 41114525-01-26 by ewinslow, assigned to unknown._
Elgg version: Github Master
Need to decide on some and write them up!
I've personally become a…
-
This is a big chunk of discovery work to figure out what libraries, etc we're going to use in building the frontend.
A few questions / items to address:
- How do we handle localization?
- Templating
…
-
For example given following element:
``` html
Folder Name
```
``` css
/* The Folder Module */
.fld > span {
padding-left: 20px;
background: url(icon.png);
}
```
We might want to add another…
-
Working on a grid framework leveraging Sass to build uniform and non-uniform grids. Most grid frameworks only support uniform grids with equal width columns. My project, Singularity, supports non-unif…
-
After using Bootstrap a bit I believe one thing that it could benefit from is a media object like in stubbornella OOCSS framework (mainly because I find overkilling using grids to layout things insi…
-
The media.less (added in bootstrap v2.2), has a generic **.media** selector, which can be accidentally be applied to the **body** element if I add a page named **media** (since roots adds a [slug-name…
-
Got another one for you :-) When pulling in styles via the `css!` plugin, I'm seeing the file/module name prepended to CSS `url(...)` contents.
For example:
**index.html**
```
curl({
paths:…