stylus Questions
3
Solved
i want to change the color of only one word in string of text using stylus i.e.
#copy
h1 Our new site will be ready soon..
the stylus code is
h1
font-weight bold
color white
i just want t...
1
Solved
How do I define multiple media queries in one file?
I have this .styl-file:
@media (min-width: 980px)
body
padding-top 60px
@media (min-width: 768px)
body
.container
width 768px
This is ...
Pother asked 29/2, 2012 at 13:12
2
Solved
My app.coffee looks like this:
connect = require 'connect'
express = require 'express'
jade = require 'jade'
stylus = require 'stylus'
app = express.createServer()
# CONFIGURATION
app.configure...
Kurtis asked 13/6, 2011 at 18:11
© 2022 - 2024 — McMap. All rights reserved.