mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 06:09:30 +08:00
7 lines
192 B
Text
7 lines
192 B
Text
'use strict';
|
|
const MEDIA_QUERY = 'media query';
|
|
const PROPERTY = 'property';
|
|
const SELECTOR = 'selector';
|
|
const VALUE = 'value';
|
|
|
|
module.exports = { MEDIA_QUERY, PROPERTY, SELECTOR, VALUE };
|