From 2e74dfc7350aaac094002d6de84ec289020eace0 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Thu, 15 Jun 2017 21:06:40 +0300 Subject: [PATCH] Cleaning sample --- .../TodoContainer/TodoContainer.module.scss.ts | 10 ---------- .../todo/components/TodoForm/TodoForm.module.scss.ts | 11 ----------- .../todo/components/TodoList/TodoList.module.scss.ts | 8 -------- .../TodoListItem/TodoListItem.module.scss.ts | 12 ------------ 4 files changed, 41 deletions(-) delete mode 100644 samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts delete mode 100644 samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts delete mode 100644 samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts delete mode 100644 samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts deleted file mode 100644 index a6fc39552..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoContainer/TodoContainer.module.scss.ts +++ /dev/null @@ -1,10 +0,0 @@ -/* tslint:disable */ -require('./TodoContainer.module.css'); -const styles = { - todo: 'todo_52d2595f', - topRow: 'topRow_52d2595f', - todoHeading: 'todoHeading_52d2595f', -}; - -export default styles; -/* tslint:enable */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts deleted file mode 100644 index 6a044bad5..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoForm/TodoForm.module.scss.ts +++ /dev/null @@ -1,11 +0,0 @@ -/* tslint:disable */ -require('./TodoForm.module.css'); -const styles = { - todoForm: 'todoForm_aa318025', - textField: 'textField_aa318025', - addButtonCell: 'addButtonCell_aa318025', - addButton: 'addButton_aa318025', -}; - -export default styles; -/* tslint:enable */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts deleted file mode 100644 index a4d637118..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoList/TodoList.module.scss.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* tslint:disable */ -require('./TodoList.module.css'); -const styles = { - todoList: 'todoList_41f4ba92', -}; - -export default styles; -/* tslint:enable */ \ No newline at end of file diff --git a/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts b/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts deleted file mode 100644 index f0d673811..000000000 --- a/samples/react-todo-basic/src/webparts/todo/components/TodoListItem/TodoListItem.module.scss.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* tslint:disable */ -require('./TodoListItem.module.css'); -const styles = { - todoListItem: 'todoListItem_fee4d636', - itemTaskRow: 'itemTaskRow_fee4d636', - deleteButton: 'deleteButton_fee4d636', - checkbox: 'checkbox_fee4d636', - isCompleted: 'isCompleted_fee4d636', -}; - -export default styles; -/* tslint:enable */ \ No newline at end of file