createCss returns css, and works similarly to createSystem. Its first argument is the configuration object, whose keys will become your system props. Its second argument is an options object. Use this if you need to customize the functionality of the css function.
import{ createCss, color, space }from'system-props';
css differs from normal system props and styled-system by providing an alternative API for breakpoints. Instead of using the array syntax, css will leverage the mediaQueries property in your theme object, and make them accessible via the $ prefix.