compass-sass
Sass Background Image mixin
I\'m kind of new to Sass, but I\'m attempting to create a workflow for myself. I generate \"color packs\" for my theme designs and need to specify the following variables for my mixin. Is there a bett[详细]
2023-02-19 20:33 分类:问答Multiple box-shadow declarations in Sass
I would like to create a Sass mixin for the box-shadow property but am running into some trouble. Some of the existing code looks like this.[详细]
2023-02-19 10:06 分类:问答What's up with all these CSS frameworks and others? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-19 02:57 分类:问答How to use SASS logic within a CSS 3 media query [duplicate]
This question already has answers here: 开发者_高级运维 Using Sass Variables with CSS3 Media Queries[详细]
2023-02-17 00:08 分类:问答Compass CSS3 Border Colors
I\'m starting with SASS/Compass and i\'m in trouble right now. I want to translate this CSS code -moz-border-top-colors: #c2c2c2 #d3d3d3 #ebebeb[详细]
2023-02-15 20:49 分类:问答Count number of selectors in a css file
is there an existing plugin/app/program/script/whatever that analyzes and counts the css selectors of a file? i want to check if the reason my css file is not working in IE is because my selector coun[详细]
2023-02-15 05:40 分类:问答Implementing a dropdown menu in Compass & jQuery
I\'m styling a website using Compass and jQuery开发者_Go百科.What is the best way for styling a list of lists as a horizontal menu with dropdown? A good example of such a menu can be seen here.I\'ve c[详细]
2023-02-14 21:20 分类:问答Compass font-face mixin bold
I am using the @font-face mixin with Compass (0.11.beta.1) and having trouble defining my bold and italic fonts.[详细]
2023-02-14 10:54 分类:问答run compass watch terminal command upon opening the folder with textmate
I use textmate for website development and compass to compile css stylesheets. Right now everytime I open up the folder with textmate I have to additionally run a compass watch /path/to/folder command[详细]
2023-02-13 08:47 分类:问答SASS Compass Linear Gradients with px color stops & webkit
@include linear-gradient(color-stops(#e2e2e2, #fff 600px), top); will generate something like background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #f[详细]
2023-02-10 10:44 分类:问答