Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

[FRNT-533] Rewrite field to box-model #111

Merged
merged 3 commits into from
May 7, 2021

Conversation

tatinacher
Copy link
Member

Rewrite field to box-model

  • FRNT-533
  • FRNT-435

@@ -0,0 +1,13 @@
import { css } from 'styled-components';

export const verticalBox = css`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export const verticalBox = css`
export const boxVertical = css`

Мне кажется, лучше именовать от общего к частному.
Общее тут будет box, а его частный случай это vertical. Есть разные боксы, этот конкретно vertical

@sergeysova sergeysova merged commit 115be34 into master May 7, 2021
@sergeysova sergeysova deleted the feat/FRNT-533-rewrite-field branch May 7, 2021 12:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants