与背景图像一起使用(Use with Background Images)
优质
小牛编辑
125浏览
2023-12-01
描述 (Description)
在SASS中的$breakpoints变量中,您可以定义任何断点以及几个关键字。 它支持作为完整CSS媒体查询的命名查询的简写。
您可以包含自己的命名媒体查询,并可以将它们作为属性添加到Foundation.Interchange.SPECIAL_QUERIES
Foundation.Interchange.SPECIAL_QUERIES['square'] = 'screen and (aspect-ratio: 1/1)';
Sr.No. | 查询名称 | 媒体查询 |
---|---|---|
1 | small |
|
2 | medium |
|
3 | large |
|
4 | xlarge |
|
5 | xxlarge |
|
6 | portrait |
|
7 | landscape |
|
8 | retina |
|