1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

add: stylesheet for note-item components

This commit is contained in:
sota1235
2016-12-29 16:56:05 +09:00
parent 54d9e02a42
commit 5bef19a306
3 changed files with 174 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
*/
import React, { PropTypes } from 'react'
import CSSModules from 'browser/lib/CSSModules'
import styles from './NoteList.styl'
import styles from './NoteItem.styl'
/**
* @description Note item component when using simple display mode.