'use strict';
import keyframes from './keyframes';
import { create } from './stylesheet';

export const css = {
  create,
  keyframes,
};
