Compass CSS3
The CSS3 module provides cross-browser mixins for CSS properties
introduced in CSS3, for example border-radius
and text-shadow.
What rendering engines you support for the experimental css properties is governed by the configurable variables defined in the css3 shared module.
This file can be imported using:
@import "compass/css3"
View the Source for this module on Github.
Imports
The following sass files are automatically imported when you import this file:
- Background Clip – Specify the background clip for all browsers.
- Background Origin – Specify the background origin for all browsers.
- Background Size – Specify the background size for all browsers.
- Border Radius – Specify the border radius for all browsers.
- Box – This module provides mixins that pertain to the CSS3 Flexible Box.
- Box Shadow – Specify the box shadow for all browsers.
- Box Sizing – Specify the box sizing for all browsers.
- Columns – Specify a columnar layout for all browsers.
- Font Face – Specify a downloadable font face for all browsers.
- Gradient – Specify linear gradients and radial gradients for all browsers.
- Inline Block – Declare an element inline block for all browsers.
- Opacity – Specify the opacity for all browsers.
- Text Shadow – Specify the text shadow for all browsers.
- Transform – Specify the 2D transformation for all browsers.
- Transition – Specify a style transition for all browsers.