UNPKG

@cbinsights/fds

Version:
19 lines (17 loc) 549 B
/** * DO NOT EDIT * Generated by fds-dictionary on Thu Nov 11 2021 15:24:47 GMT-0600 (Central Standard Time) * github.com/cbinsights/form-design-system/ */ /** * Usage (relies on postcss-preset-env Stage 1 polyfills): * * @media (--viewport-s) { * ...styles that target small viewports AND larger... * } */ @custom-media --viewport-xs (min-width: 480px); @custom-media --viewport-s (min-width: 640px); @custom-media --viewport-m (min-width: 768px); @custom-media --viewport-l (min-width: 1024px); @custom-media --viewport-xl (min-width: 1280px);