var HashMap = map[string]Hash{ "-ms-filter": Ms_Filter, "accelerator": Accelerator, "aliceblue": Aliceblue, "align-content": Align_Content, "align-items": Align_Items, "align-self": Align_Self, "all": All, "alpha": Alpha, "animation": Animation, "animation-delay": Animation_Delay, "animat
()
| 855 | |
| 856 | // String returns the text associated with the hash. |
| 857 | func (i Hash) String() string { |
| 858 | return string(i.Bytes()) |
| 859 | } |
| 860 | |
| 861 | // Bytes returns the text associated with the hash. |
| 862 | func (i Hash) Bytes() []byte { |